home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / intro.dxr / 00139_LEFT1.BMP.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  473 b   |  21 lines

  1. on mouseUp
  2.   global gPage, k
  3.   if k = 0 then
  4.     set k to 1
  5.     puppetSound("butnclik.wav")
  6.     buttonDown(3)
  7.     buttonUp(3)
  8.     puppetSprite(20, 1)
  9.     if (gPage = 0) or (gPage = 1) then
  10.       set gPage to 22
  11.       set the castNum of sprite 20 to the number of member "page22.bmp"
  12.     else
  13.       if (1 < gPage) and (gPage < 23) then
  14.         set gPage to gPage - 1
  15.         set the castNum of sprite 20 to gPage + 199
  16.       end if
  17.     end if
  18.     updateStage()
  19.   end if
  20. end
  21.